#header .nav-hover {
	position: fixed;
	width: 441px;
	height: 134px;
	background-color: #111111;
	display: flex;
	flex-wrap: wrap;
	top: 101px;
	opacity: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
/* #header .navs-wrapper .link:first-child:hover.nav-hover{
	opacity: 1; 
} */
.nav-hover a {
	width: 50%;
	height: 67px;
	display: flex;
	justify-content: left;
	align-items: center;
	border-right: 1px solid  rgba(187, 183, 183, 0.1);
	border-bottom: 1px solid  rgba(187, 183, 183, 0.1);
	padding-left: 30px;
	font-size: 16px;
	color: #fff;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nav-hover a:nth-child(2n){
	border-right: none;
}
.nav-hover a:nth-child(3){
	border-bottom: none;
}
.nav-hover a:nth-child(4){
	border-bottom: none;
}
.nav-hover a .nav-newpic {
	margin-left: 9px;
	margin-top: 3px;
	display: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nav-hover a:hover{
	color: #333333;
	font-size: 18px;
}
.nav-hover a:hover .nav-newpic{
	display: block;
}

#header .navs-wrapper .link:first-child::after {
	content: '';
	width: 0;
	height: 0.03rem;
	background: #D6063A;
	bottom: 0;
	left: 0;
	z-index: 9;
	position: absolute;
	border-radius: 0.02rem;
	-webkit-border-radius: 0.02rem;
	-moz-border-radius: 0.02rem;
	-ms-border-radius: 0.02rem;
	-o-border-radius: 0.02rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	opacity: 1;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}

#header .navs-wrapper .link:first-child:hover::after {
	/* width: 100%; 暂时隐藏*/
	width: 0%;
	opacity: 1;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}
.l-hover::after{
	width: 100% !important;
	opacity: 1 !important;
	transform: scaleX(1) !important;
	-webkit-transform: scaleX(1) !important;
	-moz-transform: scaleX(1) !important;
	-ms-transform: scaleX(1) !important;
	-o-transform: scaleX(1) !important;
}

/* 首页修改   banner部分*/
.new-banner-box {
	width: 100%;
	height: 100vh;
	/* background-image: url('/statics/home/images/index-new.png'); */
	background-size: cover;
	background-repeat: no-repeat;
}

.new-header {
	background: transparent !important;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.new-slide-box {
	width: 75%;
	height: 470px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.new-slide-box .left .bannerImg {
	margin-bottom: 10px;
}

.new-slide-box .left .bannerStartText {
	font-size: 0.18rem;
	margin-top: 0.45rem;
}

.new-slide-box .left .bannerStartText .bannerStartImg {
	margin-left: 0.1rem;
}

.new-slide-box .left p {
	font-size: 0.6rem;

}
/* 新闻部分 （暂定） */
.fix-index-news{
	position: fixed;
	bottom: 0;
	background: transparent !important;
	z-index: 999;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.fix-index-news .link-item{
	border: 1px solid rgba(218, 216, 215, 0.1);
}

.module-wrapper-index-fixNews{
	display: flex;
	background: #000000;
}
.module-wrapper-index-fixNews .link-item{
	flex: 1;
	display: flex;
	flex-shrink:0;
	padding: 0.3rem 0.8rem;
	color: #fff;
	border: 1px solid rgba(218, 216, 215, 0.1);
}
.module-wrapper-index-fixNews .img-wrap{
	flex-shrink: 0;
	margin-right: 0.24rem;
	display: block;
	width: 1.76rem;
	height: 1.31rem;
}
.module-wrapper-index-fixNews .img-wrap img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-wrapper-index-fixNews .right-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0.05rem 0;
}
.module-wrapper-index-fixNews .title{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 0.22rem;
	font-weight: normal;
	color: #fff;
}
.module-wrapper-index-fixNews .title:hover{
	text-decoration: underline;
}
.module-wrapper-index-fixNews .rc-time{
	font-size: 0.18rem;
	color: #999999;
	font-family: AkzidenzGroteskBQ;
}
/* 赋能模块 二维码添加 */
.empowerNewBox {
	position: absolute;
	bottom: 0;
}

.empowerNewBox .get-solution-wrapper:hover+.powerQrImgBox {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}

.powerQrImgBox {
	opacity: 0;
	width: 2.26rem;
	height: 2.26rem;
	background: #fff;
	/*display: flex;
	justify-content: center;
	align-items: center;
	*/
	position: relative;
	left: 2.26rem;
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.powerQrImgBox em {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 12px 11px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.powerQrImgBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 标梵新闻 */
.module-wrapper-bfNews {
	padding-top: 1.38rem;
	padding-bottom: 1.38rem;
	background-color: #fff;
}

.module-wrapper-bfNews .title {
	color: #000;
	font-size: 0.64rem;
	line-height: 1.15;
	font-weight: 400;
	padding-bottom: 0.43rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.module-wrapper-bfNews .brief {
	width: 4.4rem;
	font-size: 0.2rem;
	color: #999999;
	font-weight: 400;
	line-height: 1.65;
	padding-top: 0.44rem;
	padding-bottom: 0.64rem;
}

.module-wrapper-bfNews .left {
	width: 27.5%;
	float: left;
}

.module-wrapper-bfNews .left .bfNews-list li {
	color: #000;
	font-size: 32px;
	padding-bottom: 0.25rem;
	cursor: pointer;
}
.module-wrapper-bfNews .left .bfNews-list li span {
	font-size: 0.32rem;
}
.module-wrapper-bfNews .left .bfNews-list li:hover span{
	color: #D6063A;
}

.module-wrapper-bfNews .left .bfNews-list li .bfNewsPic {
	vertical-align: baseline;
	margin-left: 0.1rem;
}

.module-wrapper-bfNews .right {
	width: 65%;
	float: right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.module-wrapper-bfNews .right .newsOut-box {
	width: 3.19rem;
	padding-bottom: 0.43rem;
}

.module-wrapper-bfNews .right .newsOut-box .newsTitle {
	font-size: 0.20rem;
	color: #000;
	text-align: justify;
	line-height: 0.30rem;
	margin-top: 0.2rem;
	margin-bottom: 0.13rem;
	min-height: 0.57rem;
	height: auto;
	/* height: 0.55rem; */
}
.module-wrapper-bfNews .right .newsOut-box .newsTime{
	font-size: 0.18rem;
	color: #999999;
	font-family: AkzidenzGroteskBQ;
}
.module-wrapper-bfNews .right .newsOut-box .img-box{
	width: 100%;
	height: 2.40rem;
	overflow: hidden;
}
.module-wrapper-bfNews .right .newsOut-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.module-wrapper-bfNews .right .newsOut-box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.module-wrapper-bfNews .right .newsOut-box:hover .newsTitle{
	text-decoration: underline;
	color: #D6063A;
}

/* 客户说 */
.module-wrapper-customerSaid {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	background-color: #19171c;
}

.module-wrapper-customerSaid .customerBox .title {
	color: #fff;
	font-size: 0.64rem;
	line-height: 1.15;
	font-weight: 400;
	padding-bottom: 0.43rem;
	border-bottom: 1px solid #4a494d;
}

.module-wrapper-customerSaid .customerInfo .left {
	position: relative;
	float: left;
	width: 30%;
}

.module-wrapper-customerSaid .customerInfo .left .bigImg {
	width: 3.17rem;
	height: 4.22rem;
	object-fit: contain;
	margin-top: 0.77rem;
}

.module-wrapper-customerSaid .customerInfo .left .littleImgBox {
	position: absolute;
	top: 2.7rem;
	left: 2.3rem;
	width: 1.72rem;
	height: 1.72rem;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-wrapper-customerSaid .customerInfo .left .littleImgBox .littleImg {
	/* width: 1.21rem;
	height: 0.47rem; */
	padding: 0.3rem;
	object-fit: contain;
}

.module-wrapper-customerSaid .customerInfo .right {
	width: 65%;
	margin-top: .4rem;
	float: right;
	background-image: url('/statics/home/images/yh.png');
	background-size: 162px;
	background-repeat: no-repeat;
	padding-top: .80rem;
	padding-left: .60rem;
}

.module-wrapper-customerSaid .customerInfo .right .textBox {
	font-size: 0.20rem;
	color: #fff;
	line-height: 0.34rem;
	height: 1.02rem;
}

.module-wrapper-customerSaid .customerInfo .right .sourceBox {
	font-size: 0.20rem;
	color: #fff;
	line-height: 0.34rem;
	margin-top: 0.45rem;
	margin-bottom: 0.89rem;
}

.module-wrapper-customerSaid .customerInfo .right .customerListBox {
	display: flex;
	/* justify-content: space-between; */
}

.module-wrapper-customerSaid .customerInfo .right .customerListBox .customerList {
	width: 1.04rem;
	height: 1.04rem;
	/* background: #262428; */
	/* background: #615e63; */
	opacity: .3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 0.7rem;
	background: rgba(255, 255, 255, 1);
}
.module-wrapper-customerSaid .customerInfo .right .customerListBox .customerList:last-child{
	margin-right: 0;
}
.module-wrapper-customerSaid .customerInfo .right .customerListBox .customerList img {
	/*width: 0.6rem;
	height: 0.24rem;
	*/object-fit: contain;
	padding: 0.2rem;
	filter: grayscale(100%);
	-webkit-filter:grayscale(100%);
	opacity: 0.66;
}

.module-wrapper-customerSaid .customerInfo .right .customerListBox .customer-active {
	background: #fff;
	opacity: 1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.module-wrapper-customerSaid .customerInfo .right .customerListBox .customer-active img{
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}






/* 底部footer */
.newFooter a {
	display: inline-block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#banner .new-slide-box .left{
	position: relative;
	left: -5.7rem;
	opacity: 0;
	transition: all 0.76s 0.7s;
	-webkit-transition: all 0.76s 0.7s;
	-moz-transition: all 0.76s 0.7s;
	-ms-transition: all 0.76s 0.7s;
	-o-transition: all 0.76s 0.7s;
}
#banner .new-slide-box .right{
	position: relative;
	left: 5.7rem;
	opacity: 0;
	transition: all 0.76s 0.7s;
	-webkit-transition: all 0.76s 0.7s;
	-moz-transition: all 0.76s 0.7s;
	-ms-transition: all 0.76s 0.7s;
	-o-transition: all 0.76s 0.7s;
}
#banner .swiper-slide-active .new-slide-box .left{
	left: 0;
	opacity: 1;
}
#banner .swiper-slide-active .new-slide-box .right{
	left: 0;
	opacity: 1;
}


/* 侧边栏 */

@font-face {
	font-family: 'iconfont';  /* Project id 4052703 */
	src: url('//at.alicdn.com/t/c/font_4052703_c8yuajun3t.woff2?t=1683356955241') format('woff2'),
		 url('//at.alicdn.com/t/c/font_4052703_c8yuajun3t.woff?t=1683356955241') format('woff'),
		 url('//at.alicdn.com/t/c/font_4052703_c8yuajun3t.ttf?t=1683356955241') format('truetype');
  }
  .iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.bf-sidebar{
	width: 1.01rem;
	height: 4.01rem;
	background: #fff;
	position: fixed;
	right: -200px;
	z-index: 100;
	top: 2.5rem;
	/*display: none;
	*/box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.bf-sidebar-new{
	right: 0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.bf-sidebar li{
	width: 100%;
	height: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.bf-sidebar li:not(:last-child){
	border-bottom: 1px solid #f6f6f6;
}
.bf-sidebar .sideIcon{
	font-size: 0.32rem;
	color: #D6063A;
	margin-bottom: 0.1rem;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sideText{
	color: #333333;
	font-size: 0.16rem;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sidebar-wx{
	position: relative;
	z-index: 12;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sw-qrBox{
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	left: 0;
	opacity: 0;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sw-qrBox:before{
	content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/xxbiao.png) no-repeat center;
  background-size: 0.25rem 0.25rem;
}
.bf-sidebar .sw-qrBox::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.bf-sidebar .sidebar-wx:hover .sw-qrBox{
	left: -1.49rem;
	opacity: 1;
}
.bf-sidebar .sw-qrBox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 10;
}
.bf-sidebar .sidebar-wx:hover{
	background-color: #D6063A;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sidebar-wx:hover .sideIcon{
	color: #fff;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sidebar-wx:hover .sideText{
	color: #fff;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

/* 弹窗 */
.bf-Mask{
	width: 100vw;
	height: 100vh;
	background: #333333;
	opacity: 0.5;
	position: fixed;
	top: 0;
	z-index: 601;
	display: none;
}
.bf-tellMask{
	width: 8.01rem;
	height: 4.07rem;
	background: url('../images/mask-bg.png');
    background-size: contain;
	position: fixed;
	top: 50%;
	left: 50%;
	/* z-index: 601; */
	z-index: 2147483648;
	display: none;
    padding-top: 0.52rem;
    padding-left: 0.50rem;
    padding-bottom: 0.52rem;
    padding-right: 0.2rem;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.bt-outBox{
    position: relative;
}
.bt-outBox .bf-dels{
    position: absolute;
    top: -0.35rem;
    right: 0;
    z-index: 15;
	cursor: pointer;
}
.bt-outBox .bt-left{
    width: 4rem;
    border-right: 1px solid #f1f2f4;
    padding-right: 0.3rem;

}
.bt-outBox .bt-left .title{
    font-size: 0.26rem;
    color: #333333;
    margin-bottom: 0.19rem;
}
.bt-outBox .bt-left .bt-listBox{
    display: flex;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #f1f2f4;
}
.bt-outBox .bt-left .bt-listBox li{
    width: 0.99rem;
    height: 0.39rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.09rem;
    background-color: #f3eaf0;
    color: #d7063a;
    font-size: 0.14rem;
}

.bt-outBox .bt-left .btm{
    margin-top: 0.24rem;
    display: flex;
}
.bt-outBox .bt-left .btm .img-box{
    width: 1.26rem;
    height: 1.26rem;
    margin-right: 0.37rem;
	position: relative;
}
.bt-outBox .bt-left .btm .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bt-outBox .bt-left .btm .img-box::before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/xxbiao.png) no-repeat center;
    background-size: 0.25rem 0.25rem;
}
.bt-outBox .bt-left .btm .desc .titles{
    font-size: 0.17rem;
    color: #333333;
}
.bt-outBox .bt-left .btm .desc .tell{
    font-family: AkzidenzGroteskBQ-LigExt;
    font-size: 0.27rem;
    color: #d7063a;
    margin-top: 0.11rem;
}
.bt-outBox .bt-left .btm .desc .online-talk{
    display: inline-block;
    width: 1.52rem;
    height: 0.44rem;
    background: #d7063a;
    color: #fff;
    font-size: 0.14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.17rem;
}
.bt-outBox .bt-left .final-text{
    font-size: 0.17rem;
    color: #333333;
    margin-top: 0.24rem;
}
.bt-outBox .sum-box{
    display: flex;
    position: relative;
}
.bt-outBox .bt-right{
    width: 4.18rem;
    height: 5.22rem;
    position: absolute;
    top: -1.2rem;
    right: -.7rem;
}
.bt-outBox .bt-right img{
    width: 100%;
    height: 100%;
}
 
.anima {
	animation-name: likes; 
	animation-direction: alternate;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite; 
	animation-duration: 1s;
}

@keyframes likes {
	   0%{
		  transform: scale(1);
	   }
	   25%{
		  transform: scale(0.9);
	   }
	   50%{
		  transform: scale(0.85);
	   }
	   75%{
		  transform: scale(0.9);
	   }
	   100%{
		  transform: scale(1);
	   }
}